From 8e1abbbe5fa9d559cb557cf32261ab4b21b72200 Mon Sep 17 00:00:00 2001 From: robertl Date: Fri, 29 Jul 2005 18:09:34 +0000 Subject: [PATCH] Tweak BCR capapabilities. From Olaf. --- gpsbabel/bcr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpsbabel/bcr.c b/gpsbabel/bcr.c index 055d42f86..29bde2fa7 100644 --- a/gpsbabel/bcr.c +++ b/gpsbabel/bcr.c @@ -491,7 +491,7 @@ bcr_data_write(void) ff_vecs_t bcr_vecs = { ff_type_file, - { ff_cap_none, ff_cap_read | ff_cap_write, ff_cap_none }, + { ff_cap_none, ff_cap_none, ff_cap_read | ff_cap_write}, bcr_rd_init, bcr_wr_init, bcr_rd_deinit, -- 2.30.2